home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TRECEAUTHFORM / TRECEAUTHFORM.txt
Text File  |  2004-10-12  |  8KB  |  363 lines

  1. object ReceAuthForm: TReceAuthForm
  2.   Left = 426
  3.   Top = 79
  4.   HelpContext = 10050
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mail Retrieval (POP3/IMAP) Authentication'
  7.   ClientHeight = 404
  8.   ClientWidth = 361
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lCacheBIO: TLabel
  23.     Left = 200
  24.     Top = 308
  25.     Width = 37
  26.     Height = 13
  27.     Caption = 'Minutes'
  28.     Enabled = False
  29.     FocusControl = eCacheBIO
  30.   end
  31.   object rbRegular: TRadioButton
  32.     Left = 16
  33.     Top = 8
  34.     Width = 346
  35.     Height = 17
  36.     Caption = '&Regular'
  37.     TabOrder = 0
  38.     OnClick = rbClick
  39.   end
  40.   object rbAPOP: TRadioButton
  41.     Tag = 1
  42.     Left = 16
  43.     Top = 80
  44.     Width = 346
  45.     Height = 17
  46.     Caption = 'MD5 &APOP Challenge/Response (RFC-1734)'
  47.     TabOrder = 2
  48.     OnClick = rbClick
  49.   end
  50.   object rbCRAM: TRadioButton
  51.     Tag = 2
  52.     Left = 16
  53.     Top = 104
  54.     Width = 346
  55.     Height = 17
  56.     Caption = 'MD-5 &CRAM-HMAC Challenge/Response (RFC-2095)'
  57.     TabOrder = 3
  58.     OnClick = rbClick
  59.   end
  60.   object rbIKEY: TRadioButton
  61.     Tag = 3
  62.     Left = 16
  63.     Top = 128
  64.     Width = 346
  65.     Height = 17
  66.     Caption = 'Token MD-5 CRAM-HMAC Challenge/Response'
  67.     Enabled = False
  68.     TabOrder = 4
  69.     OnClick = rbClick
  70.   end
  71.   object nb: TNotebook
  72.     Left = 0
  73.     Top = 148
  74.     Width = 361
  75.     Height = 126
  76.     TabOrder = 5
  77.     object TPage
  78.       Left = 0
  79.       Top = 0
  80.       Caption = 'Default'
  81.       object lMinutes: TLabel
  82.         Left = 200
  83.         Top = 40
  84.         Width = 37
  85.         Height = 13
  86.         Caption = 'Minutes'
  87.         Enabled = False
  88.         FocusControl = spCacheMin
  89.         Visible = False
  90.       end
  91.       object cbPromptPwd: TCheckBox
  92.         Left = 16
  93.         Top = 16
  94.         Width = 343
  95.         Height = 17
  96.         Caption = 'Do not store password, prompt on mail retrieval'
  97.         TabOrder = 0
  98.       end
  99.       object cbCache: TCheckBox
  100.         Left = 16
  101.         Top = 40
  102.         Width = 125
  103.         Height = 17
  104.         Caption = 'Cache it for'
  105.         Enabled = False
  106.         TabOrder = 1
  107.         Visible = False
  108.       end
  109.       object spCacheMin: TXSpinEdit
  110.         Left = 144
  111.         Top = 36
  112.         Width = 49
  113.         Height = 21
  114.         Enabled = False
  115.         TabOrder = 2
  116.         Text = '0'
  117.         Visible = False
  118.         MinValue = 0
  119.         MaxValue = 0
  120.         Value = 0
  121.         Step = 1
  122.       end
  123.     end
  124.     object TPage
  125.       Left = 0
  126.       Top = 0
  127.       Caption = 'pgIKEY'
  128.       object gbIkeyDevice: TGroupBox
  129.         Left = 8
  130.         Top = 5
  131.         Width = 217
  132.         Height = 116
  133.         Caption = 'Token to Use'
  134.         TabOrder = 0
  135.         object biKeyBrowse: TButton
  136.           Left = 112
  137.           Top = 80
  138.           Width = 97
  139.           Height = 25
  140.           Caption = 'Browse'
  141.           TabOrder = 1
  142.           OnClick = biKeyBrowseClick
  143.         end
  144.         object biKeyRefresh: TButton
  145.           Left = 8
  146.           Top = 80
  147.           Width = 97
  148.           Height = 25
  149.           Caption = 'Refresh'
  150.           TabOrder = 0
  151.           OnClick = biKeyRefreshClick
  152.         end
  153.         object nbCurIKey: TNotebook
  154.           Left = 2
  155.           Top = 15
  156.           Width = 213
  157.           Height = 64
  158.           Align = alTop
  159.           TabOrder = 2
  160.           object TPage
  161.             Left = 0
  162.             Top = 0
  163.             Caption = 'Default'
  164.             object lSN: TLabel
  165.               Left = 2
  166.               Top = 34
  167.               Width = 64
  168.               Height = 13
  169.               Alignment = taRightJustify
  170.               AutoSize = False
  171.               Caption = 'S/N:'
  172.               FocusControl = eiKeySerNum
  173.             end
  174.             object lName: TLabel
  175.               Left = 2
  176.               Top = 8
  177.               Width = 64
  178.               Height = 19
  179.               Alignment = taRightJustify
  180.               AutoSize = False
  181.               Caption = 'Name:'
  182.               FocusControl = eiKeyName
  183.             end
  184.             object eiKeySerNum: TEdit
  185.               Left = 70
  186.               Top = 34
  187.               Width = 137
  188.               Height = 21
  189.               TabStop = False
  190.               BorderStyle = bsNone
  191.               ParentColor = True
  192.               ReadOnly = True
  193.               TabOrder = 0
  194.             end
  195.             object eiKeyName: TEdit
  196.               Left = 70
  197.               Top = 8
  198.               Width = 137
  199.               Height = 21
  200.               TabStop = False
  201.               BorderStyle = bsNone
  202.               ParentColor = True
  203.               ParentShowHint = False
  204.               ReadOnly = True
  205.               ShowHint = True
  206.               TabOrder = 1
  207.             end
  208.           end
  209.           object TPage
  210.             Left = 0
  211.             Top = 0
  212.             Caption = 'pgNoIKey'
  213.             object lbNoIKey: TLabel
  214.               Left = 16
  215.               Top = 16
  216.               Width = 130
  217.               Height = 13
  218.               Caption = 'No token currently selected'
  219.             end
  220.           end
  221.         end
  222.       end
  223.       object gbiKeyPwd: TGroupBox
  224.         Left = 232
  225.         Top = 4
  226.         Width = 121
  227.         Height = 117
  228.         Caption = 'Token Password'
  229.         TabOrder = 1
  230.         object biKeySetPwd: TButton
  231.           Left = 8
  232.           Top = 16
  233.           Width = 105
  234.           Height = 25
  235.           Caption = 'Set'
  236.           Enabled = False
  237.           TabOrder = 0
  238.           OnClick = biKeySetPwdClick
  239.         end
  240.         object biKeyChangePwd: TButton
  241.           Left = 8
  242.           Top = 48
  243.           Width = 105
  244.           Height = 25
  245.           Caption = 'Change'
  246.           Enabled = False
  247.           TabOrder = 1
  248.           OnClick = biKeyChangePwdClick
  249.         end
  250.         object biKeyRemovePwd: TButton
  251.           Left = 8
  252.           Top = 80
  253.           Width = 105
  254.           Height = 25
  255.           Caption = 'Remove'
  256.           Enabled = False
  257.           TabOrder = 2
  258.           OnClick = biKeyRemovePwdClick
  259.         end
  260.       end
  261.     end
  262.   end
  263.   object bOK: TButton
  264.     Left = 112
  265.     Top = 368
  266.     Width = 75
  267.     Height = 25
  268.     Caption = 'OK'
  269.     Default = True
  270.     Enabled = False
  271.     ModalResult = 1
  272.     TabOrder = 6
  273.   end
  274.   object bCancel: TButton
  275.     Left = 192
  276.     Top = 368
  277.     Width = 75
  278.     Height = 25
  279.     Cancel = True
  280.     Caption = 'Cancel'
  281.     Enabled = False
  282.     ModalResult = 2
  283.     TabOrder = 7
  284.   end
  285.   object bHelp: TButton
  286.     Left = 272
  287.     Top = 368
  288.     Width = 75
  289.     Height = 25
  290.     Caption = 'Help'
  291.     TabOrder = 8
  292.     OnClick = bHelpClick
  293.   end
  294.   object rbMSN: TRadioButton
  295.     Tag = 4
  296.     Left = 16
  297.     Top = 32
  298.     Width = 345
  299.     Height = 17
  300.     Caption = 'MSN (NTLM)'
  301.     TabOrder = 1
  302.     OnClick = rbClick
  303.   end
  304.   object cbEnableBIO: TCheckBox
  305.     Left = 16
  306.     Top = 284
  307.     Width = 344
  308.     Height = 17
  309.     Caption = 'Enable Biometric Authentication (Requires TLS)'
  310.     Enabled = False
  311.     TabOrder = 9
  312.     OnClick = cbEnableBioClick
  313.   end
  314.   object cbCacheBIO: TCheckBox
  315.     Left = 16
  316.     Top = 308
  317.     Width = 125
  318.     Height = 17
  319.     Caption = 'Cache it for'
  320.     Enabled = False
  321.     TabOrder = 10
  322.   end
  323.   object eCacheBIO: TXSpinEdit
  324.     Left = 144
  325.     Top = 304
  326.     Width = 49
  327.     Height = 21
  328.     Enabled = False
  329.     TabOrder = 11
  330.     Text = '5'
  331.     MinValue = 1
  332.     MaxValue = 9999
  333.     Value = 5
  334.     Step = 1
  335.   end
  336.   object cbBioReader: TComboBox
  337.     Left = 16
  338.     Top = 332
  339.     Width = 329
  340.     Height = 21
  341.     Style = csDropDownList
  342.     ItemHeight = 13
  343.     TabOrder = 12
  344.   end
  345.   object rbRPA: TRadioButton
  346.     Tag = 4
  347.     Left = 16
  348.     Top = 56
  349.     Width = 345
  350.     Height = 17
  351.     Caption = 'Compuserve (RPA)'
  352.     TabOrder = 13
  353.     OnClick = rbClick
  354.   end
  355.   object iKeyTimer: TTimer
  356.     Enabled = False
  357.     Interval = 10
  358.     OnTimer = iKeyTimerTimer
  359.     Left = 8
  360.     Top = 360
  361.   end
  362. end
  363.